home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 October / macformat-055.iso / mac / Demos / Mac OS 8 Animated Tutorial / Mac OS 8 Tutorial / Mac OS 8 Tutorial.DXR / 00061.ls < prev    next >
Encoding:
Text File  |  1997-05-30  |  119 b   |  8 lines

  1. on mouseDown
  2.   if buttonClicked() then
  3.     repeat with x = 2 to 8
  4.       puppetSprite(x, 0)
  5.     end repeat
  6.   end if
  7. end
  8.